sudovirtualcards
Module Contents
alltypes
Module Contents
@Generated("Apollo GraphQL") class AddressInput : InputType
data class BillingAddress : Parcelable
class BuildConfig
class BuildConfig
enum class CachePolicy
@Generated("Apollo GraphQL") class CancelCardMutation : Mutation<CancelCardMutation.Data!, CancelCardMutation.Data!, CancelCardMutation.Variables!>
Module Contents
CancelCardMutation(@Nonnull input: CardCancelRequest)
class BillingAddress
class Builder
static fun builder(): CancelCardMutation.Builder!
class CancelCard
Module Contents
CancelCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<CancelCardMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: CancelCardMutation.BillingAddress?, @Nonnull expiry: CancelCardMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): CancelCardMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): CancelCardMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<CancelCardMutation.CancelCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<CancelCardMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<CancelCardMutation.Data!>!
class Variables : Variables
fun variables(): CancelCardMutation.Variables!
fun wrapData(data: CancelCardMutation.Data!): CancelCardMutation.Data!
@Generated("Apollo GraphQL") class CancelFundingSourceMutation : Mutation<CancelFundingSourceMutation.Data!, CancelFundingSourceMutation.Data!, CancelFundingSourceMutation.Variables!>
data class Card : Parcelable
Module Contents
Card(id: String, owners: List<Owner>, owner: String, version: Int, fundingSourceId: String, state: Card.State, cardHolder: String, alias: String, last4: String, cardNumber: String, securityCode: String, billingAddress: BillingAddress? = null, expirationMonth: Int, expirationYear: Int, currency: String, activeTo: Date, cancelledAt: Date? = null, createdAt: Date, updatedAt: Date)
val activeTo: Date
val alias: String
val billingAddress: BillingAddress?
val cancelledAt: Date?
val cardHolder: String
val cardNumber: String
val createdAt: Date
val currency: String
val expirationMonth: Int
val expirationYear: Int
val fundingSourceId: String
val id: String
val last4: String
val owner: String
val owners: List<Owner>
val securityCode: String
enum class State
val state: Card.State
val updatedAt: Date
val version: Int
@Generated("Apollo GraphQL") class CardCancelRequest : InputType
class CardFilter
@Generated("Apollo GraphQL") class CardFilterInput : InputType
@Generated("Apollo GraphQL") class CardProvisionMutation : Mutation<CardProvisionMutation.Data!, CardProvisionMutation.Data!, CardProvisionMutation.Variables!>
Module Contents
CardProvisionMutation(@Nonnull input: CardProvisionRequest)
class BillingAddress
class Builder
static fun builder(): CardProvisionMutation.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<CardProvisionMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: CardProvisionMutation.BillingAddress?, @Nonnull expiry: CardProvisionMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): CardProvisionMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): CardProvisionMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<CardProvisionMutation.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<CardProvisionMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class CardProvision
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<CardProvisionMutation.Data!>!
class Variables : Variables
fun variables(): CardProvisionMutation.Variables!
fun wrapData(data: CardProvisionMutation.Data!): CardProvisionMutation.Data!
@Generated("Apollo GraphQL") class CardProvisionRequest : InputType
@Generated("Apollo GraphQL") class CardState
@Generated("Apollo GraphQL") class CardUpdateRequest : InputType
@Generated("Apollo GraphQL") class CompleteFundingSourceMutation : Mutation<CompleteFundingSourceMutation.Data!, CompleteFundingSourceMutation.Data!, CompleteFundingSourceMutation.Variables!>
@Generated("Apollo GraphQL") class CompleteFundingSourceRequest : InputType
@Generated("Apollo GraphQL") class CreatePublicKeyForVirtualCardsMutation : Mutation<CreatePublicKeyForVirtualCardsMutation.Data!, CreatePublicKeyForVirtualCardsMutation.Data!, CreatePublicKeyForVirtualCardsMutation.Variables!>
@Generated("Apollo GraphQL") class CreatePublicKeyInput : InputType
data class CreditCardFundingSourceInput
@Generated("Apollo GraphQL") class CreditCardNetwork
data class CurrencyAmount : Parcelable
@Generated("Apollo GraphQL") open class CustomType : ScalarType
enum class DeclineReason
@Generated("Apollo GraphQL") class DeletePublicKeyForVirtualCardsMutation : Mutation<DeletePublicKeyForVirtualCardsMutation.Data!, DeletePublicKeyForVirtualCardsMutation.Data!, DeletePublicKeyForVirtualCardsMutation.Variables!>
@Generated("Apollo GraphQL") class DeletePublicKeyInput : InputType
@Generated("Apollo GraphQL") class DeltaAction
data class FundingSource : Parcelable
@Generated("Apollo GraphQL") class FundingSourceFilterInput : InputType
@Generated("Apollo GraphQL") class FundingSourceState
data class FundingSourceType
@Generated("Apollo GraphQL") class FundingSourceType
@Generated("Apollo GraphQL") class GetCardQuery : Query<GetCardQuery.Data!, GetCardQuery.Data!, GetCardQuery.Variables!>
Module Contents
GetCardQuery(@Nonnull id: String, @Nonnull keyId: String)
class BillingAddress
class Builder
static fun builder(): GetCardQuery.Builder!
class Data : Data
class Expiry
class GetCard
Module Contents
GetCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<GetCardQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: GetCardQuery.BillingAddress?, @Nonnull expiry: GetCardQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): GetCardQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): GetCardQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<GetCardQuery.GetCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<GetCardQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetCardQuery.Data!>!
class Variables : Variables
fun variables(): GetCardQuery.Variables!
fun wrapData(data: GetCardQuery.Data!): GetCardQuery.Data!
@Generated("Apollo GraphQL") class GetFundingSourceClientConfigurationQuery : Query<GetFundingSourceClientConfigurationQuery.Data!, GetFundingSourceClientConfigurationQuery.Data!, Variables!>
@Generated("Apollo GraphQL") class GetFundingSourceQuery : Query<GetFundingSourceQuery.Data!, GetFundingSourceQuery.Data!, GetFundingSourceQuery.Variables!>
@Generated("Apollo GraphQL") class GetKeyRingForVirtualCardsQuery : Query<GetKeyRingForVirtualCardsQuery.Data!, GetKeyRingForVirtualCardsQuery.Data!, GetKeyRingForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetProvisionalCardQuery : Query<GetProvisionalCardQuery.Data!, GetProvisionalCardQuery.Data!, GetProvisionalCardQuery.Variables!>
Module Contents
GetProvisionalCardQuery(@Nonnull id: String)
class BillingAddress
class Builder
static fun builder(): GetProvisionalCardQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<GetProvisionalCardQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: GetProvisionalCardQuery.BillingAddress?, @Nonnull expiry: GetProvisionalCardQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): GetProvisionalCardQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): GetProvisionalCardQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<GetProvisionalCardQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<GetProvisionalCardQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class GetProvisionalCard
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetProvisionalCardQuery.Data!>!
class Variables : Variables
fun variables(): GetProvisionalCardQuery.Variables!
fun wrapData(data: GetProvisionalCardQuery.Data!): GetProvisionalCardQuery.Data!
@Generated("Apollo GraphQL") class GetPublicKeyForVirtualCardsQuery : Query<GetPublicKeyForVirtualCardsQuery.Data!, GetPublicKeyForVirtualCardsQuery.Data!, GetPublicKeyForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetPublicKeysForVirtualCardsQuery : Query<GetPublicKeysForVirtualCardsQuery.Data!, GetPublicKeysForVirtualCardsQuery.Data!, GetPublicKeysForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetTransactionQuery : Query<GetTransactionQuery.Data!, GetTransactionQuery.Data!, GetTransactionQuery.Variables!>
Module Contents
GetTransactionQuery(@Nonnull id: String, @Nonnull keyId: String)
class BilledAmount
class Builder
static fun builder(): GetTransactionQuery.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class GetTransaction
Module Contents
GetTransaction(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: GetTransactionQuery.BilledAmount, @Nonnull transactedAmount: GetTransactionQuery.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<GetTransactionQuery.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): GetTransactionQuery.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<GetTransactionQuery.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<GetTransactionQuery.GetTransaction!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): GetTransactionQuery.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Markup
class MarkupAmount
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetTransactionQuery.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): GetTransactionQuery.Variables!
class VirtualCardAmount
fun wrapData(data: GetTransactionQuery.Data!): GetTransactionQuery.Data!
@Generated("Apollo GraphQL") class IDFilterInput : InputType
@Generated("Apollo GraphQL") class IdInput : InputType
@Generated("Apollo GraphQL") class ListCardsQuery : Query<ListCardsQuery.Data!, ListCardsQuery.Data!, ListCardsQuery.Variables!>
Module Contents
ListCardsQuery(@Nullable filter: CardFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BillingAddress
class Builder
static fun builder(): ListCardsQuery.Builder!
class Data : Data
class Expiry
class Item
Module Contents
Item(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListCardsQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListCardsQuery.BillingAddress?, @Nonnull expiry: ListCardsQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListCardsQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListCardsQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListCardsQuery.Item!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListCardsQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class ListCards
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListCardsQuery.Data!>!
class Variables : Variables
fun variables(): ListCardsQuery.Variables!
fun wrapData(data: ListCardsQuery.Data!): ListCardsQuery.Data!
@Generated("Apollo GraphQL") class ListFundingSourcesQuery : Query<ListFundingSourcesQuery.Data!, ListFundingSourcesQuery.Data!, ListFundingSourcesQuery.Variables!>
data class ListOutput<T>
@Generated("Apollo GraphQL") class ListProvisionalCardsDeltaQuery : Query<ListProvisionalCardsDeltaQuery.Data!, ListProvisionalCardsDeltaQuery.Data!, ListProvisionalCardsDeltaQuery.Variables!>
Module Contents
ListProvisionalCardsDeltaQuery(@Nullable lastSync: Long?, @Nullable filter: ProvisionalCardFilterInput?, @Nullable limit: Int?)
class BillingAddress
class Builder
static fun builder(): ListProvisionalCardsDeltaQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListProvisionalCardsDeltaQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListProvisionalCardsDeltaQuery.BillingAddress?, @Nonnull expiry: ListProvisionalCardsDeltaQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListProvisionalCardsDeltaQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListProvisionalCardsDeltaQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListProvisionalCardsDeltaQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListProvisionalCardsDeltaQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class ListProvisionalCardsDeltum
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListProvisionalCardsDeltaQuery.Data!>!
class Variables : Variables
fun variables(): ListProvisionalCardsDeltaQuery.Variables!
fun wrapData(data: ListProvisionalCardsDeltaQuery.Data!): ListProvisionalCardsDeltaQuery.Data!
@Generated("Apollo GraphQL") class ListProvisionalCardsQuery : Query<ListProvisionalCardsQuery.Data!, ListProvisionalCardsQuery.Data!, ListProvisionalCardsQuery.Variables!>
Module Contents
ListProvisionalCardsQuery(@Nullable filter: ProvisionalCardFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BillingAddress
class Builder
static fun builder(): ListProvisionalCardsQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListProvisionalCardsQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListProvisionalCardsQuery.BillingAddress?, @Nonnull expiry: ListProvisionalCardsQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListProvisionalCardsQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListProvisionalCardsQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListProvisionalCardsQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListProvisionalCardsQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class Item
class ListProvisionalCards
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListProvisionalCardsQuery.Data!>!
class Variables : Variables
fun variables(): ListProvisionalCardsQuery.Variables!
fun wrapData(data: ListProvisionalCardsQuery.Data!): ListProvisionalCardsQuery.Data!
@Generated("Apollo GraphQL") class ListTransactionsQuery : Query<ListTransactionsQuery.Data!, ListTransactionsQuery.Data!, ListTransactionsQuery.Variables!>
Module Contents
ListTransactionsQuery(@Nullable filter: TransactionFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BilledAmount
class Builder
static fun builder(): ListTransactionsQuery.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Item
Module Contents
Item(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: ListTransactionsQuery.BilledAmount, @Nonnull transactedAmount: ListTransactionsQuery.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<ListTransactionsQuery.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): ListTransactionsQuery.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<ListTransactionsQuery.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<ListTransactionsQuery.Item!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): ListTransactionsQuery.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
class ListTransactions
class Markup
class MarkupAmount
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListTransactionsQuery.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): ListTransactionsQuery.Variables!
class VirtualCardAmount
fun wrapData(data: ListTransactionsQuery.Data!): ListTransactionsQuery.Data!
class LocaleUtil
data class Markup : Parcelable
@Generated("Apollo GraphQL") class OnCardProvisionCompleteSubscription : Subscription<OnCardProvisionCompleteSubscription.Data!, OnCardProvisionCompleteSubscription.Data!, OnCardProvisionCompleteSubscription.Variables!>
Module Contents
OnCardProvisionCompleteSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnCardProvisionCompleteSubscription.Builder!
class Data : Data
class Expiry
fun name(): OperationName
class OnCardProvisionComplete
Module Contents
OnCardProvisionComplete(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnCardProvisionCompleteSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnCardProvisionCompleteSubscription.BillingAddress?, @Nonnull expiry: OnCardProvisionCompleteSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnCardProvisionCompleteSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnCardProvisionCompleteSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnCardProvisionCompleteSubscription.OnCardProvisionComplete!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnCardProvisionCompleteSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnCardProvisionCompleteSubscription.Data!>!
class Variables : Variables
fun variables(): OnCardProvisionCompleteSubscription.Variables!
fun wrapData(data: OnCardProvisionCompleteSubscription.Data!): OnCardProvisionCompleteSubscription.Data!
@Generated("Apollo GraphQL") class OnDeltaProvisionalCardSubscription : Subscription<OnDeltaProvisionalCardSubscription.Data!, OnDeltaProvisionalCardSubscription.Data!, OnDeltaProvisionalCardSubscription.Variables!>
Module Contents
OnDeltaProvisionalCardSubscription(@Nonnull owner: String)
class BillingAddress
class Builder
static fun builder(): OnDeltaProvisionalCardSubscription.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnDeltaProvisionalCardSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnDeltaProvisionalCardSubscription.BillingAddress?, @Nonnull expiry: OnDeltaProvisionalCardSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnDeltaProvisionalCardSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnDeltaProvisionalCardSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnDeltaProvisionalCardSubscription.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnDeltaProvisionalCardSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
class OnDeltaProvisionalCard
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnDeltaProvisionalCardSubscription.Data!>!
class Variables : Variables
fun variables(): OnDeltaProvisionalCardSubscription.Variables!
fun wrapData(data: OnDeltaProvisionalCardSubscription.Data!): OnDeltaProvisionalCardSubscription.Data!
@Generated("Apollo GraphQL") class OnTransactionDeleteSubscription : Subscription<OnTransactionDeleteSubscription.Data!, OnTransactionDeleteSubscription.Data!, OnTransactionDeleteSubscription.Variables!>
Module Contents
OnTransactionDeleteSubscription(@Nonnull owner: String)
class BilledAmount
class Builder
static fun builder(): OnTransactionDeleteSubscription.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Markup
class MarkupAmount
fun name(): OperationName
class OnTransactionDelete
Module Contents
OnTransactionDelete(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: OnTransactionDeleteSubscription.BilledAmount, @Nonnull transactedAmount: OnTransactionDeleteSubscription.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<OnTransactionDeleteSubscription.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): OnTransactionDeleteSubscription.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<OnTransactionDeleteSubscription.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<OnTransactionDeleteSubscription.OnTransactionDelete!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): OnTransactionDeleteSubscription.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnTransactionDeleteSubscription.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): OnTransactionDeleteSubscription.Variables!
class VirtualCardAmount
fun wrapData(data: OnTransactionDeleteSubscription.Data!): OnTransactionDeleteSubscription.Data!
@Generated("Apollo GraphQL") class OnTransactionUpdateSubscription : Subscription<OnTransactionUpdateSubscription.Data!, OnTransactionUpdateSubscription.Data!, OnTransactionUpdateSubscription.Variables!>
Module Contents
OnTransactionUpdateSubscription(@Nonnull owner: String)
class BilledAmount
class Builder
static fun builder(): OnTransactionUpdateSubscription.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Markup
class MarkupAmount
fun name(): OperationName
class OnTransactionUpdate
Module Contents
OnTransactionUpdate(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: OnTransactionUpdateSubscription.BilledAmount, @Nonnull transactedAmount: OnTransactionUpdateSubscription.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<OnTransactionUpdateSubscription.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): OnTransactionUpdateSubscription.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<OnTransactionUpdateSubscription.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<OnTransactionUpdateSubscription.OnTransactionUpdate!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): OnTransactionUpdateSubscription.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnTransactionUpdateSubscription.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): OnTransactionUpdateSubscription.Variables!
class VirtualCardAmount
fun wrapData(data: OnTransactionUpdateSubscription.Data!): OnTransactionUpdateSubscription.Data!
@Generated("Apollo GraphQL") class OnUpdateCardProvisionStateSubscription : Subscription<OnUpdateCardProvisionStateSubscription.Data!, OnUpdateCardProvisionStateSubscription.Data!, OnUpdateCardProvisionStateSubscription.Variables!>
Module Contents
OnUpdateCardProvisionStateSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnUpdateCardProvisionStateSubscription.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnUpdateCardProvisionStateSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnUpdateCardProvisionStateSubscription.BillingAddress?, @Nonnull expiry: OnUpdateCardProvisionStateSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnUpdateCardProvisionStateSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnUpdateCardProvisionStateSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnUpdateCardProvisionStateSubscription.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnUpdateCardProvisionStateSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
class OnUpdateCardProvisionState
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnUpdateCardProvisionStateSubscription.Data!>!
class Variables : Variables
fun variables(): OnUpdateCardProvisionStateSubscription.Variables!
fun wrapData(data: OnUpdateCardProvisionStateSubscription.Data!): OnUpdateCardProvisionStateSubscription.Data!
@Generated("Apollo GraphQL") class OnUpdateCardSubscription : Subscription<OnUpdateCardSubscription.Data!, OnUpdateCardSubscription.Data!, OnUpdateCardSubscription.Variables!>
Module Contents
OnUpdateCardSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnUpdateCardSubscription.Builder!
class Data : Data
class Expiry
fun name(): OperationName
class OnUpdateCard
Module Contents
OnUpdateCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnUpdateCardSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnUpdateCardSubscription.BillingAddress?, @Nonnull expiry: OnUpdateCardSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnUpdateCardSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnUpdateCardSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnUpdateCardSubscription.OnUpdateCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnUpdateCardSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnUpdateCardSubscription.Data!>!
class Variables : Variables
fun variables(): OnUpdateCardSubscription.Variables!
fun wrapData(data: OnUpdateCardSubscription.Data!): OnUpdateCardSubscription.Data!
data class Owner : Parcelable
interface PaymentProcessInteractions
data class ProvisionalCard
@Generated("Apollo GraphQL") class ProvisionalCardFilterInput : InputType
data class ProvisionCardInput
Module Contents
ProvisionCardInput(clientRefId: String = UUID.randomUUID().toString(), sudoId: String, fundingSourceId: String, cardHolder: String, alias: String, addressLine1: String, addressLine2: String? = null, city: String, state: String, postalCode: String, country: String, currency: String)
ProvisionCardInput(clientRefId: String = UUID.randomUUID().toString(), sudoId: String, fundingSourceId: String, cardHolder: String, alias: String, billingAddress: BillingAddress? = null, currency: String)
val alias: String
val billingAddress: BillingAddress?
val cardHolder: String
val clientRefId: String
val currency: String
val fundingSourceId: String
val sudoId: String
@Generated("Apollo GraphQL") class ProvisioningState
@Generated("Apollo GraphQL") class SetupFundingSourceMutation : Mutation<SetupFundingSourceMutation.Data!, SetupFundingSourceMutation.Data!, SetupFundingSourceMutation.Variables!>
@Generated("Apollo GraphQL") class SetupFundingSourceRequest : InputType
data class StripeClientConfiguration
abstract class StripeCommonData
data class StripeCompletionData : StripeCommonData
data class StripeData : StripeCommonData
object StripeDefaults
class StripePaymentProcessInteractions : PaymentProcessInteractions
data class StripeSetup
interface SudoVirtualCardsClient : AutoCloseable
Module Contents
class Builder
@JvmStatic fun builder(): SudoVirtualCardsClient.Builder
abstract suspend fun cancelCard(id: String): Card
abstract suspend fun cancelFundingSource(id: String): FundingSource
sealed class CardException : RuntimeException
abstract suspend fun createFundingSource(input: CreditCardFundingSourceInput): FundingSource
const val DEFAULT_CARD_LIMIT: Int
const val DEFAULT_FUNDING_SOURCE_LIMIT: Int
const val DEFAULT_TRANSACTION_LIMIT: Int
sealed class FundingSourceException : RuntimeException
abstract suspend fun getCard(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): Card?
abstract suspend fun getFundingSource(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): FundingSource?
abstract suspend fun getProvisionalCard(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): ProvisionalCard?
abstract suspend fun getTransaction(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): Transaction?
abstract suspend fun listCards(limit: Int = DEFAULT_CARD_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY, filter: () -> CardFilter? = { null }): ListOutput<Card>
abstract suspend fun listFundingSources(limit: Int = DEFAULT_FUNDING_SOURCE_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): ListOutput<FundingSource>
abstract suspend fun listTransactions(limit: Int = DEFAULT_TRANSACTION_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY, filter: () -> TransactionFilter? = { null }): ListOutput<Transaction>
abstract suspend fun provisionCard(input: ProvisionCardInput): ProvisionalCard
abstract fun reset(): Unit
abstract suspend fun subscribeToTransactions(id: String, subscriber: TransactionSubscriber): Unit
sealed class TransactionException : RuntimeException
abstract suspend fun unsubscribeAll(): Unit
abstract suspend fun unsubscribeFromTransactions(id: String): Unit
abstract suspend fun updateCard(input: UpdateCardInput): Card
data class Transaction : Parcelable
Module Contents
Transaction(id: String, owner: String, version: Int, cardId: String, sequenceId: String, type: Transaction.Type, billedAmount: CurrencyAmount, transactedAmount: CurrencyAmount, description: String, declineReason: DeclineReason? = null, details: List<TransactionChargeDetail> = emptyList(), transactedAt: Date, createdAt: Date, updatedAt: Date)
val billedAmount: CurrencyAmount
val cardId: String
val createdAt: Date
val declineReason: DeclineReason?
val description: String
val details: List<TransactionChargeDetail>
val id: String
val owner: String
val sequenceId: String
val transactedAmount: CurrencyAmount
val transactedAt: Date
enum class Type
val type: Transaction.Type
val updatedAt: Date
val version: Int
data class TransactionChargeDetail : Parcelable
class TransactionFilter
@Generated("Apollo GraphQL") class TransactionFilterInput : InputType
interface TransactionSubscriber
@Generated("Apollo GraphQL") class TransactionType
data class UpdateCardInput
Module Contents
UpdateCardInput(id: String, cardHolder: String, alias: String, addressLine1: String, addressLine2: String? = null, city: String, state: String, postalCode: String, country: String)
UpdateCardInput(id: String, cardHolder: String, alias: String, billingAddress: BillingAddress? = null)
val alias: String
val billingAddress: BillingAddress?
val cardHolder: String
val id: String
@Generated("Apollo GraphQL") class UpdateCardMutation : Mutation<UpdateCardMutation.Data!, UpdateCardMutation.Data!, UpdateCardMutation.Variables!>
Module Contents
UpdateCardMutation(@Nonnull input: CardUpdateRequest)
class BillingAddress
class Builder
static fun builder(): UpdateCardMutation.Builder!
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<UpdateCardMutation.Data!>!
class UpdateCard
Module Contents
UpdateCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<UpdateCardMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: UpdateCardMutation.BillingAddress?, @Nonnull expiry: UpdateCardMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): UpdateCardMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): UpdateCardMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<UpdateCardMutation.UpdateCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<UpdateCardMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Variables : Variables
fun variables(): UpdateCardMutation.Variables!
fun wrapData(data: UpdateCardMutation.Data!): UpdateCardMutation.Data!
package com.sudoplatform.sudovirtualcards
Module Contents
class BuildConfig
class BuildConfig
interface PaymentProcessInteractions
class StripePaymentProcessInteractions : PaymentProcessInteractions
suspend fun SudoVirtualCardsClient.subscribeToTransactions(id: String, onConnectionChange: (status: TransactionSubscriber.ConnectionState) -> Unit = {}, onTransactionChange: (transaction: Transaction) -> Unit): Unit
interface SudoVirtualCardsClient : AutoCloseable
Module Contents
class Builder
@JvmStatic fun builder(): SudoVirtualCardsClient.Builder
abstract suspend fun cancelCard(id: String): Card
abstract suspend fun cancelFundingSource(id: String): FundingSource
sealed class CardException : RuntimeException
abstract suspend fun createFundingSource(input: CreditCardFundingSourceInput): FundingSource
const val DEFAULT_CARD_LIMIT: Int
const val DEFAULT_FUNDING_SOURCE_LIMIT: Int
const val DEFAULT_TRANSACTION_LIMIT: Int
sealed class FundingSourceException : RuntimeException
abstract suspend fun getCard(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): Card?
abstract suspend fun getFundingSource(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): FundingSource?
abstract suspend fun getProvisionalCard(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): ProvisionalCard?
abstract suspend fun getTransaction(id: String, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): Transaction?
abstract suspend fun listCards(limit: Int = DEFAULT_CARD_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY, filter: () -> CardFilter? = { null }): ListOutput<Card>
abstract suspend fun listFundingSources(limit: Int = DEFAULT_FUNDING_SOURCE_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY): ListOutput<FundingSource>
abstract suspend fun listTransactions(limit: Int = DEFAULT_TRANSACTION_LIMIT, nextToken: String? = null, cachePolicy: CachePolicy = CachePolicy.REMOTE_ONLY, filter: () -> TransactionFilter? = { null }): ListOutput<Transaction>
abstract suspend fun provisionCard(input: ProvisionCardInput): ProvisionalCard
abstract fun reset(): Unit
abstract suspend fun subscribeToTransactions(id: String, subscriber: TransactionSubscriber): Unit
sealed class TransactionException : RuntimeException
abstract suspend fun unsubscribeAll(): Unit
abstract suspend fun unsubscribeFromTransactions(id: String): Unit
abstract suspend fun updateCard(input: UpdateCardInput): Card
package com.sudoplatform.sudovirtualcards.graphql
Module Contents
@Generated("Apollo GraphQL") class CancelCardMutation : Mutation<CancelCardMutation.Data!, CancelCardMutation.Data!, CancelCardMutation.Variables!>
Module Contents
CancelCardMutation(@Nonnull input: CardCancelRequest)
class BillingAddress
class Builder
static fun builder(): CancelCardMutation.Builder!
class CancelCard
Module Contents
CancelCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<CancelCardMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: CancelCardMutation.BillingAddress?, @Nonnull expiry: CancelCardMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): CancelCardMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): CancelCardMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<CancelCardMutation.CancelCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<CancelCardMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<CancelCardMutation.Data!>!
class Variables : Variables
fun variables(): CancelCardMutation.Variables!
fun wrapData(data: CancelCardMutation.Data!): CancelCardMutation.Data!
@Generated("Apollo GraphQL") class CancelFundingSourceMutation : Mutation<CancelFundingSourceMutation.Data!, CancelFundingSourceMutation.Data!, CancelFundingSourceMutation.Variables!>
@Generated("Apollo GraphQL") class CardProvisionMutation : Mutation<CardProvisionMutation.Data!, CardProvisionMutation.Data!, CardProvisionMutation.Variables!>
Module Contents
CardProvisionMutation(@Nonnull input: CardProvisionRequest)
class BillingAddress
class Builder
static fun builder(): CardProvisionMutation.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<CardProvisionMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: CardProvisionMutation.BillingAddress?, @Nonnull expiry: CardProvisionMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): CardProvisionMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): CardProvisionMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<CardProvisionMutation.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<CardProvisionMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class CardProvision
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<CardProvisionMutation.Data!>!
class Variables : Variables
fun variables(): CardProvisionMutation.Variables!
fun wrapData(data: CardProvisionMutation.Data!): CardProvisionMutation.Data!
@Generated("Apollo GraphQL") class CompleteFundingSourceMutation : Mutation<CompleteFundingSourceMutation.Data!, CompleteFundingSourceMutation.Data!, CompleteFundingSourceMutation.Variables!>
@Generated("Apollo GraphQL") class CreatePublicKeyForVirtualCardsMutation : Mutation<CreatePublicKeyForVirtualCardsMutation.Data!, CreatePublicKeyForVirtualCardsMutation.Data!, CreatePublicKeyForVirtualCardsMutation.Variables!>
@Generated("Apollo GraphQL") class DeletePublicKeyForVirtualCardsMutation : Mutation<DeletePublicKeyForVirtualCardsMutation.Data!, DeletePublicKeyForVirtualCardsMutation.Data!, DeletePublicKeyForVirtualCardsMutation.Variables!>
@Generated("Apollo GraphQL") class GetCardQuery : Query<GetCardQuery.Data!, GetCardQuery.Data!, GetCardQuery.Variables!>
Module Contents
GetCardQuery(@Nonnull id: String, @Nonnull keyId: String)
class BillingAddress
class Builder
static fun builder(): GetCardQuery.Builder!
class Data : Data
class Expiry
class GetCard
Module Contents
GetCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<GetCardQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: GetCardQuery.BillingAddress?, @Nonnull expiry: GetCardQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): GetCardQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): GetCardQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<GetCardQuery.GetCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<GetCardQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetCardQuery.Data!>!
class Variables : Variables
fun variables(): GetCardQuery.Variables!
fun wrapData(data: GetCardQuery.Data!): GetCardQuery.Data!
@Generated("Apollo GraphQL") class GetFundingSourceClientConfigurationQuery : Query<GetFundingSourceClientConfigurationQuery.Data!, GetFundingSourceClientConfigurationQuery.Data!, Variables!>
@Generated("Apollo GraphQL") class GetFundingSourceQuery : Query<GetFundingSourceQuery.Data!, GetFundingSourceQuery.Data!, GetFundingSourceQuery.Variables!>
@Generated("Apollo GraphQL") class GetKeyRingForVirtualCardsQuery : Query<GetKeyRingForVirtualCardsQuery.Data!, GetKeyRingForVirtualCardsQuery.Data!, GetKeyRingForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetProvisionalCardQuery : Query<GetProvisionalCardQuery.Data!, GetProvisionalCardQuery.Data!, GetProvisionalCardQuery.Variables!>
Module Contents
GetProvisionalCardQuery(@Nonnull id: String)
class BillingAddress
class Builder
static fun builder(): GetProvisionalCardQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<GetProvisionalCardQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: GetProvisionalCardQuery.BillingAddress?, @Nonnull expiry: GetProvisionalCardQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): GetProvisionalCardQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): GetProvisionalCardQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<GetProvisionalCardQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<GetProvisionalCardQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class GetProvisionalCard
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetProvisionalCardQuery.Data!>!
class Variables : Variables
fun variables(): GetProvisionalCardQuery.Variables!
fun wrapData(data: GetProvisionalCardQuery.Data!): GetProvisionalCardQuery.Data!
@Generated("Apollo GraphQL") class GetPublicKeyForVirtualCardsQuery : Query<GetPublicKeyForVirtualCardsQuery.Data!, GetPublicKeyForVirtualCardsQuery.Data!, GetPublicKeyForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetPublicKeysForVirtualCardsQuery : Query<GetPublicKeysForVirtualCardsQuery.Data!, GetPublicKeysForVirtualCardsQuery.Data!, GetPublicKeysForVirtualCardsQuery.Variables!>
@Generated("Apollo GraphQL") class GetTransactionQuery : Query<GetTransactionQuery.Data!, GetTransactionQuery.Data!, GetTransactionQuery.Variables!>
Module Contents
GetTransactionQuery(@Nonnull id: String, @Nonnull keyId: String)
class BilledAmount
class Builder
static fun builder(): GetTransactionQuery.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class GetTransaction
Module Contents
GetTransaction(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: GetTransactionQuery.BilledAmount, @Nonnull transactedAmount: GetTransactionQuery.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<GetTransactionQuery.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): GetTransactionQuery.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<GetTransactionQuery.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<GetTransactionQuery.GetTransaction!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): GetTransactionQuery.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Markup
class MarkupAmount
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<GetTransactionQuery.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): GetTransactionQuery.Variables!
class VirtualCardAmount
fun wrapData(data: GetTransactionQuery.Data!): GetTransactionQuery.Data!
@Generated("Apollo GraphQL") class ListCardsQuery : Query<ListCardsQuery.Data!, ListCardsQuery.Data!, ListCardsQuery.Variables!>
Module Contents
ListCardsQuery(@Nullable filter: CardFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BillingAddress
class Builder
static fun builder(): ListCardsQuery.Builder!
class Data : Data
class Expiry
class Item
Module Contents
Item(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListCardsQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListCardsQuery.BillingAddress?, @Nonnull expiry: ListCardsQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListCardsQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListCardsQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListCardsQuery.Item!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListCardsQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class ListCards
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListCardsQuery.Data!>!
class Variables : Variables
fun variables(): ListCardsQuery.Variables!
fun wrapData(data: ListCardsQuery.Data!): ListCardsQuery.Data!
@Generated("Apollo GraphQL") class ListFundingSourcesQuery : Query<ListFundingSourcesQuery.Data!, ListFundingSourcesQuery.Data!, ListFundingSourcesQuery.Variables!>
@Generated("Apollo GraphQL") class ListProvisionalCardsDeltaQuery : Query<ListProvisionalCardsDeltaQuery.Data!, ListProvisionalCardsDeltaQuery.Data!, ListProvisionalCardsDeltaQuery.Variables!>
Module Contents
ListProvisionalCardsDeltaQuery(@Nullable lastSync: Long?, @Nullable filter: ProvisionalCardFilterInput?, @Nullable limit: Int?)
class BillingAddress
class Builder
static fun builder(): ListProvisionalCardsDeltaQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListProvisionalCardsDeltaQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListProvisionalCardsDeltaQuery.BillingAddress?, @Nonnull expiry: ListProvisionalCardsDeltaQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListProvisionalCardsDeltaQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListProvisionalCardsDeltaQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListProvisionalCardsDeltaQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListProvisionalCardsDeltaQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class ListProvisionalCardsDeltum
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListProvisionalCardsDeltaQuery.Data!>!
class Variables : Variables
fun variables(): ListProvisionalCardsDeltaQuery.Variables!
fun wrapData(data: ListProvisionalCardsDeltaQuery.Data!): ListProvisionalCardsDeltaQuery.Data!
@Generated("Apollo GraphQL") class ListProvisionalCardsQuery : Query<ListProvisionalCardsQuery.Data!, ListProvisionalCardsQuery.Data!, ListProvisionalCardsQuery.Variables!>
Module Contents
ListProvisionalCardsQuery(@Nullable filter: ProvisionalCardFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BillingAddress
class Builder
static fun builder(): ListProvisionalCardsQuery.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<ListProvisionalCardsQuery.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: ListProvisionalCardsQuery.BillingAddress?, @Nonnull expiry: ListProvisionalCardsQuery.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): ListProvisionalCardsQuery.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): ListProvisionalCardsQuery.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<ListProvisionalCardsQuery.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<ListProvisionalCardsQuery.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
class Item
class ListProvisionalCards
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListProvisionalCardsQuery.Data!>!
class Variables : Variables
fun variables(): ListProvisionalCardsQuery.Variables!
fun wrapData(data: ListProvisionalCardsQuery.Data!): ListProvisionalCardsQuery.Data!
@Generated("Apollo GraphQL") class ListTransactionsQuery : Query<ListTransactionsQuery.Data!, ListTransactionsQuery.Data!, ListTransactionsQuery.Variables!>
Module Contents
ListTransactionsQuery(@Nullable filter: TransactionFilterInput?, @Nullable limit: Int?, @Nullable nextToken: String?)
class BilledAmount
class Builder
static fun builder(): ListTransactionsQuery.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Item
Module Contents
Item(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: ListTransactionsQuery.BilledAmount, @Nonnull transactedAmount: ListTransactionsQuery.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<ListTransactionsQuery.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): ListTransactionsQuery.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<ListTransactionsQuery.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<ListTransactionsQuery.Item!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): ListTransactionsQuery.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
class ListTransactions
class Markup
class MarkupAmount
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<ListTransactionsQuery.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): ListTransactionsQuery.Variables!
class VirtualCardAmount
fun wrapData(data: ListTransactionsQuery.Data!): ListTransactionsQuery.Data!
@Generated("Apollo GraphQL") class OnCardProvisionCompleteSubscription : Subscription<OnCardProvisionCompleteSubscription.Data!, OnCardProvisionCompleteSubscription.Data!, OnCardProvisionCompleteSubscription.Variables!>
Module Contents
OnCardProvisionCompleteSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnCardProvisionCompleteSubscription.Builder!
class Data : Data
class Expiry
fun name(): OperationName
class OnCardProvisionComplete
Module Contents
OnCardProvisionComplete(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnCardProvisionCompleteSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnCardProvisionCompleteSubscription.BillingAddress?, @Nonnull expiry: OnCardProvisionCompleteSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnCardProvisionCompleteSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnCardProvisionCompleteSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnCardProvisionCompleteSubscription.OnCardProvisionComplete!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnCardProvisionCompleteSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnCardProvisionCompleteSubscription.Data!>!
class Variables : Variables
fun variables(): OnCardProvisionCompleteSubscription.Variables!
fun wrapData(data: OnCardProvisionCompleteSubscription.Data!): OnCardProvisionCompleteSubscription.Data!
@Generated("Apollo GraphQL") class OnDeltaProvisionalCardSubscription : Subscription<OnDeltaProvisionalCardSubscription.Data!, OnDeltaProvisionalCardSubscription.Data!, OnDeltaProvisionalCardSubscription.Variables!>
Module Contents
OnDeltaProvisionalCardSubscription(@Nonnull owner: String)
class BillingAddress
class Builder
static fun builder(): OnDeltaProvisionalCardSubscription.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnDeltaProvisionalCardSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnDeltaProvisionalCardSubscription.BillingAddress?, @Nonnull expiry: OnDeltaProvisionalCardSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnDeltaProvisionalCardSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnDeltaProvisionalCardSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnDeltaProvisionalCardSubscription.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnDeltaProvisionalCardSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
class OnDeltaProvisionalCard
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnDeltaProvisionalCardSubscription.Data!>!
class Variables : Variables
fun variables(): OnDeltaProvisionalCardSubscription.Variables!
fun wrapData(data: OnDeltaProvisionalCardSubscription.Data!): OnDeltaProvisionalCardSubscription.Data!
@Generated("Apollo GraphQL") class OnTransactionDeleteSubscription : Subscription<OnTransactionDeleteSubscription.Data!, OnTransactionDeleteSubscription.Data!, OnTransactionDeleteSubscription.Variables!>
Module Contents
OnTransactionDeleteSubscription(@Nonnull owner: String)
class BilledAmount
class Builder
static fun builder(): OnTransactionDeleteSubscription.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Markup
class MarkupAmount
fun name(): OperationName
class OnTransactionDelete
Module Contents
OnTransactionDelete(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: OnTransactionDeleteSubscription.BilledAmount, @Nonnull transactedAmount: OnTransactionDeleteSubscription.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<OnTransactionDeleteSubscription.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): OnTransactionDeleteSubscription.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<OnTransactionDeleteSubscription.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<OnTransactionDeleteSubscription.OnTransactionDelete!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): OnTransactionDeleteSubscription.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnTransactionDeleteSubscription.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): OnTransactionDeleteSubscription.Variables!
class VirtualCardAmount
fun wrapData(data: OnTransactionDeleteSubscription.Data!): OnTransactionDeleteSubscription.Data!
@Generated("Apollo GraphQL") class OnTransactionUpdateSubscription : Subscription<OnTransactionUpdateSubscription.Data!, OnTransactionUpdateSubscription.Data!, OnTransactionUpdateSubscription.Variables!>
Module Contents
OnTransactionUpdateSubscription(@Nonnull owner: String)
class BilledAmount
class Builder
static fun builder(): OnTransactionUpdateSubscription.Builder!
class Data : Data
class Detail
class FundingSourceAmount
class Markup
class MarkupAmount
fun name(): OperationName
class OnTransactionUpdate
Module Contents
OnTransactionUpdate(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull cardId: String, @Nonnull sequenceId: String, @Nonnull type: TransactionType, @Nonnull transactedAtEpochMs: String, @Nonnull billedAmount: OnTransactionUpdateSubscription.BilledAmount, @Nonnull transactedAmount: OnTransactionUpdateSubscription.TransactedAmount, @Nonnull description: String, @Nullable declineReason: String?, @Nullable detail: MutableList<OnTransactionUpdateSubscription.Detail!>?)
@Nonnull open fun __typename(): String
@Nonnull open fun algorithm(): String
@Nonnull open fun billedAmount(): OnTransactionUpdateSubscription.BilledAmount
@Nonnull open fun cardId(): String
open fun createdAtEpochMs(): Double
@Nullable open fun declineReason(): String?
@Nonnull open fun description(): String
@Nullable open fun detail(): MutableList<OnTransactionUpdateSubscription.Detail!>?
open fun equals(other: Any?): Boolean
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
class Mapper : ResponseFieldMapper<OnTransactionUpdateSubscription.OnTransactionUpdate!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun sequenceId(): String
open fun toString(): String
@Nonnull open fun transactedAmount(): OnTransactionUpdateSubscription.TransactedAmount
@Nonnull open fun transactedAtEpochMs(): String
@Nonnull open fun type(): TransactionType
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnTransactionUpdateSubscription.Data!>!
class TransactedAmount
class Variables : Variables
fun variables(): OnTransactionUpdateSubscription.Variables!
class VirtualCardAmount
fun wrapData(data: OnTransactionUpdateSubscription.Data!): OnTransactionUpdateSubscription.Data!
@Generated("Apollo GraphQL") class OnUpdateCardProvisionStateSubscription : Subscription<OnUpdateCardProvisionStateSubscription.Data!, OnUpdateCardProvisionStateSubscription.Data!, OnUpdateCardProvisionStateSubscription.Variables!>
Module Contents
OnUpdateCardProvisionStateSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnUpdateCardProvisionStateSubscription.Builder!
class Card
Module Contents
Card(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnUpdateCardProvisionStateSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnUpdateCardProvisionStateSubscription.BillingAddress?, @Nonnull expiry: OnUpdateCardProvisionStateSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnUpdateCardProvisionStateSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnUpdateCardProvisionStateSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnUpdateCardProvisionStateSubscription.Card!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnUpdateCardProvisionStateSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Data : Data
class Expiry
fun name(): OperationName
class OnUpdateCardProvisionState
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnUpdateCardProvisionStateSubscription.Data!>!
class Variables : Variables
fun variables(): OnUpdateCardProvisionStateSubscription.Variables!
fun wrapData(data: OnUpdateCardProvisionStateSubscription.Data!): OnUpdateCardProvisionStateSubscription.Data!
@Generated("Apollo GraphQL") class OnUpdateCardSubscription : Subscription<OnUpdateCardSubscription.Data!, OnUpdateCardSubscription.Data!, OnUpdateCardSubscription.Variables!>
Module Contents
OnUpdateCardSubscription(@Nonnull owner: String, @Nonnull clientRefId: String)
class BillingAddress
class Builder
static fun builder(): OnUpdateCardSubscription.Builder!
class Data : Data
class Expiry
fun name(): OperationName
class OnUpdateCard
Module Contents
OnUpdateCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<OnUpdateCardSubscription.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: OnUpdateCardSubscription.BillingAddress?, @Nonnull expiry: OnUpdateCardSubscription.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): OnUpdateCardSubscription.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): OnUpdateCardSubscription.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<OnUpdateCardSubscription.OnUpdateCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<OnUpdateCardSubscription.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<OnUpdateCardSubscription.Data!>!
class Variables : Variables
fun variables(): OnUpdateCardSubscription.Variables!
fun wrapData(data: OnUpdateCardSubscription.Data!): OnUpdateCardSubscription.Data!
@Generated("Apollo GraphQL") class SetupFundingSourceMutation : Mutation<SetupFundingSourceMutation.Data!, SetupFundingSourceMutation.Data!, SetupFundingSourceMutation.Variables!>
@Generated("Apollo GraphQL") class UpdateCardMutation : Mutation<UpdateCardMutation.Data!, UpdateCardMutation.Data!, UpdateCardMutation.Variables!>
Module Contents
UpdateCardMutation(@Nonnull input: CardUpdateRequest)
class BillingAddress
class Builder
static fun builder(): UpdateCardMutation.Builder!
class Data : Data
class Expiry
fun name(): OperationName
static val OPERATION_DEFINITION: String
fun operationId(): String
class Owner
static val QUERY_DOCUMENT: String
fun queryDocument(): String!
fun responseFieldMapper(): ResponseFieldMapper<UpdateCardMutation.Data!>!
class UpdateCard
Module Contents
UpdateCard(@Nonnull __typename: String, @Nonnull id: String, @Nonnull owner: String, version: Int, createdAtEpochMs: Double, updatedAtEpochMs: Double, @Nonnull algorithm: String, @Nonnull keyId: String, @Nonnull keyRingId: String, @Nonnull owners: MutableList<UpdateCardMutation.Owner!>, @Nonnull fundingSourceId: String, @Nonnull currency: String, @Nonnull state: CardState, activeToEpochMs: Double, @Nullable cancelledAtEpochMs: Double?, @Nonnull last4: String, @Nonnull cardHolder: String, @Nonnull alias: String, @Nonnull pan: String, @Nonnull csc: String, @Nullable billingAddress: UpdateCardMutation.BillingAddress?, @Nonnull expiry: UpdateCardMutation.Expiry)
@Nonnull open fun __typename(): String
open fun activeToEpochMs(): Double
@Nonnull open fun algorithm(): String
@Nonnull open fun alias(): String
@Nullable open fun billingAddress(): UpdateCardMutation.BillingAddress?
@Nullable open fun cancelledAtEpochMs(): Double?
@Nonnull open fun cardHolder(): String
open fun createdAtEpochMs(): Double
@Nonnull open fun csc(): String
@Nonnull open fun currency(): String
open fun equals(other: Any?): Boolean
@Nonnull open fun expiry(): UpdateCardMutation.Expiry
@Nonnull open fun fundingSourceId(): String
open fun hashCode(): Int
@Nonnull open fun id(): String
@Nonnull open fun keyId(): String
@Nonnull open fun keyRingId(): String
@Nonnull open fun last4(): String
class Mapper : ResponseFieldMapper<UpdateCardMutation.UpdateCard!>
open fun marshaller(): ResponseFieldMarshaller!
@Nonnull open fun owner(): String
@Nonnull open fun owners(): MutableList<UpdateCardMutation.Owner!>
@Nonnull open fun pan(): String
@Nonnull open fun state(): CardState
open fun toString(): String
open fun updatedAtEpochMs(): Double
open fun version(): Int
class Variables : Variables
fun variables(): UpdateCardMutation.Variables!
fun wrapData(data: UpdateCardMutation.Data!): UpdateCardMutation.Data!
package com.sudoplatform.sudovirtualcards.graphql.type
package com.sudoplatform.sudovirtualcards.subscription
package com.sudoplatform.sudovirtualcards.types
Module Contents
data class BillingAddress : Parcelable
enum class CachePolicy
data class Card : Parcelable
Module Contents
Card(id: String, owners: List<Owner>, owner: String, version: Int, fundingSourceId: String, state: Card.State, cardHolder: String, alias: String, last4: String, cardNumber: String, securityCode: String, billingAddress: BillingAddress? = null, expirationMonth: Int, expirationYear: Int, currency: String, activeTo: Date, cancelledAt: Date? = null, createdAt: Date, updatedAt: Date)
val activeTo: Date
val alias: String
val billingAddress: BillingAddress?
val cancelledAt: Date?
val cardHolder: String
val cardNumber: String
val createdAt: Date
val currency: String
val expirationMonth: Int
val expirationYear: Int
val fundingSourceId: String
val id: String
val last4: String
val owner: String
val owners: List<Owner>
val securityCode: String
enum class State
val state: Card.State
val updatedAt: Date
val version: Int
data class CurrencyAmount : Parcelable
enum class DeclineReason
data class FundingSource : Parcelable
data class FundingSourceType
data class ListOutput<T>
data class Markup : Parcelable
data class Owner : Parcelable
data class ProvisionalCard
data class StripeClientConfiguration
abstract class StripeCommonData
data class StripeCompletionData : StripeCommonData
data class StripeData : StripeCommonData
object StripeDefaults
data class StripeSetup
data class Transaction : Parcelable
Module Contents
Transaction(id: String, owner: String, version: Int, cardId: String, sequenceId: String, type: Transaction.Type, billedAmount: CurrencyAmount, transactedAmount: CurrencyAmount, description: String, declineReason: DeclineReason? = null, details: List<TransactionChargeDetail> = emptyList(), transactedAt: Date, createdAt: Date, updatedAt: Date)
val billedAmount: CurrencyAmount
val cardId: String
val createdAt: Date
val declineReason: DeclineReason?
val description: String
val details: List<TransactionChargeDetail>
val id: String
val owner: String
val sequenceId: String
val transactedAmount: CurrencyAmount
val transactedAt: Date
enum class Type
val type: Transaction.Type
val updatedAt: Date
val version: Int
data class TransactionChargeDetail : Parcelable
package com.sudoplatform.sudovirtualcards.types.inputs
Module Contents
data class CreditCardFundingSourceInput
data class ProvisionCardInput
Module Contents
ProvisionCardInput(clientRefId: String = UUID.randomUUID().toString(), sudoId: String, fundingSourceId: String, cardHolder: String, alias: String, addressLine1: String, addressLine2: String? = null, city: String, state: String, postalCode: String, country: String, currency: String)
ProvisionCardInput(clientRefId: String = UUID.randomUUID().toString(), sudoId: String, fundingSourceId: String, cardHolder: String, alias: String, billingAddress: BillingAddress? = null, currency: String)
val alias: String
val billingAddress: BillingAddress?
val cardHolder: String
val clientRefId: String
val currency: String
val fundingSourceId: String
val sudoId: String
data class UpdateCardInput
Module Contents
UpdateCardInput(id: String, cardHolder: String, alias: String, addressLine1: String, addressLine2: String? = null, city: String, state: String, postalCode: String, country: String)
UpdateCardInput(id: String, cardHolder: String, alias: String, billingAddress: BillingAddress? = null)
val alias: String
val billingAddress: BillingAddress?
val cardHolder: String
val id: String
package com.sudoplatform.sudovirtualcards.types.inputs.filters
package com.sudoplatform.sudovirtualcards.util